Platform Explorer / Nuxeo Platform 6.0

Operation Context.RestoreBlobsInputFromScript (Restore input blobs from a script)

Description

Run a script and return the result Blobs object of the script the output of the operation
Operation id Context.RestoreBlobsInputFromScript
Category Execution Context
Label Restore input blobs from a script
Requires
Since

Parameters

Name Description Type Required Default value
script string yes  

Signature

Inputs void
Outputs bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.RestoreBlobsInputFromScript
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.RestoreBlobsInputFromScript",
  "label" : "Restore input blobs from a script",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Run a script and return the result Blobs object of the script the output of the operation",
  "url" : "Context.RestoreBlobsInputFromScript",
  "signature" : [ "void", "bloblist" ],
  "params" : [ {
    "name" : "script",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : "TextArea",
    "order" : 0,
    "values" : [ ]
  } ]
}